@charset "utf-8";
<!DOCTYPE html>
<html>
<head>
<div class="w3-container">
<style>
p {
  color: #005478;
  text-align: center;
} 
</style>
{align-content: center;
}
</head>
<body>

<p>Hello World!</p>
<p>These paragraphs are styled with CSS.</p>

</body>
</html>
</div